home *** CD-ROM | disk | FTP | other *** search
- #ifndef _DLG_DLGSTD1_H
- #define _DLG_DLGSTD1_H
-
- #include <stdarg.h>
-
- #ifndef _SIDLG_H
- # include <sidlg.h>
- #endif
-
- typedef struct
- {
- unsigned int att;
- unsigned int stt;
- FRAME_T tfr; /* タイトル表示範囲 */
- struct
- {
- int evNo;
- void *ptr;
- int (*func)(int,EVDAT_T *);
- } closeEv;
- struct
- {
- COLOR_T dlgBac, dlgHil, dlgSha;
- COLOR_T ttlBac, ttlHil, ttlSha;
- } col;
- } DLGSTD1_T;
-
- extern int DLG_setType_std1( DLG_T *dlg, DLGSTD1_T *dlgPara );
-
- #endif
-